{
"[cpp]": {
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.renderIndentGuides": true,
"editor.insertSpaces": true,
"editor.detectIndentation": true,
"editor.tabSize": 4
},
"clang.executable" : "C:\\Program Files\\LLVM\\bin\\clang.exe",
"clang.cxxflags": [
"-std=c++11",
"-IC:\\MinGW\\include",
"-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",
"-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include\\c++",
"-I${workspaceRoot}\\include",
"-I${cwd}"
],
"clang.cflags":[
"-std=c99",
"-IC:\\MinGW\\include",
"-IC:\\MinGW\\lib\\gcc\\mingw32\\6.3.0\\include",
"-I${workspaceRoot}\\include",
"-I${cwd}"
],
"window.zoomLevel": 1,
"explorer.confirmDelete": false,
"editor.fontSize": 16,
"editor.fontWeight": "bold",
"files.autoSave": "afterDelay",
"files.encoding": "cp950",
"files.encoding": "shiftjis",
"files.encoding": "eucjp",
"files.encoding": "big5hkscs",
"files.encoding": "GB18030",
"files.encoding": "GBK",
"files.encoding": "utf8",
"files.encoding": "GB2312",
"files.encoding": "Big5"
}